home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr33 / doat.zip / AT.DOC < prev    next >
Text File  |  1993-05-01  |  857b  |  18 lines

  1. AT [8/26/87] Command Scheduler   (c) 1987 Bill Frolik
  2.  
  3. Schedule a DOS command for execution at a specified time and date.
  4. usage: AT [ ? | -num | [+]time [date] DOS command line ]
  5.  
  6.    ?  shows currently scheduled events.
  7. -num  deletes item number <num> from the schedule.
  8. date  is month and date, and may be specified in MM-DD, MM/DD or DD.MM
  9.       format.  Note that a year may not be specified.
  10. time  is specified in hour and minutes, run together or optionally
  11.       separated by a colon.  An 'am' or 'pm' may be appended to the 
  12.       time string; a plus sign signifies time relative to the current time.
  13.  
  14. Scheduled commands are only issued when your system is waiting for you
  15. to enter a DOS command at the current command level; any other activity
  16. postpones command execution.  And remember: the schedule goes away at
  17. power-off or reboot.
  18.